object Form1: TForm1 Left = 3 Top = 107 Width = 240 Height = 107 Caption = 'Send Test' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object SendBtn: TButton Left = 78 Top = 25 Width = 75 Height = 25 Caption = 'Send' TabOrder = 0 OnClick = SendBtnClick end end